home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / axtree / testset.mdb / ContactType.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-01-21  |  235 b 

  1. {
  2.     "schema": {
  3.         "TypeId": "Integer",
  4.         "TypeName": "Text (10)"
  5.     },
  6.     "data": [
  7.         {
  8.             "TypeId": 1,
  9.             "TypeName": "Friend"
  10.         },
  11.         {
  12.             "TypeId": 2,
  13.             "TypeName": "Customer"
  14.         },
  15.         {
  16.             "TypeId": 3,
  17.             "TypeName": "Employee"
  18.         },
  19.         {
  20.             "TypeId": 4,
  21.             "TypeName": "Associate"
  22.         },
  23.         {
  24.             "TypeId": 5,
  25.             "TypeName": "Family"
  26.         }
  27.     ]
  28. }